UFix64INumericUFix64Remainder Method
Computes the remainder after dividing the current value by the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UFix64 INumeric<UFix64>.Remainder(
UFix64 value
)
Private Function Remainder (
value As UFix64
) As UFix64 Implements INumeric(Of UFix64).Remainder
private:
virtual UFix64 Remainder(
UFix64 value
) sealed = INumeric<UFix64>::Remainder
private abstract Remainder :
value : UFix64 -> UFix64
private override Remainder :
value : UFix64 -> UFix64
- value UFix64
- The value as the divisor.
UFix64The remainder after dividing the current value by
value.
INumericTSelfRemainder(TSelf)